html, body {
    background-color: #000002;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.row {
    justify-content: center;
}

#first-section {
    margin-top: 190px;
}

#heading-top {
    text-align: center !important;
    margin-top: 268px;
    font-family: 'Raleway', sans-serif;
    color: #9B825E;
    font-size: 20px;
    text-align: start;
    font-weight: bolder;
}

#curve-decoration,
#half-curve-decoration {
    height: 33px;
    width: auto;
}

.photo-div .row .col-xl-2 {
    border-bottom:6px solid #9B825E;
    margin-bottom:80px;
}

#image-separator {
    width: 200px;
    height: auto;
}

#middle-description-div {
    border-left: 1px solid #9B825E;
    border-right: 1px solid #9B825E;
}

#description {
    font-stretch: expanded;
    font-family: 'Raleway', sans-serif;
    color: white;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

#photo-div {
   text-align: center;
   margin-bottom: 0px;
}

#photo {
    width: 400px;
}

#signature-div {
    justify-content: center;
    display: flex;
    margin-bottom: 100px;
}

#signature {
    margin-top: 50px;
    font-stretch: expanded;
    font-family: 'Mr De Haviland', cursive;
    color: white;
    font-size: 48px;
}


#btn-back-to-top {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 50px; 
    z-index: 99; 
    border: 3px solid #9B825E; 
    border-color: #9B825E;
    outline: none; 
    background-color: #000002; 
    color: #9B825E; 
    cursor: pointer;
    padding: 10px; 
    font-size: 18px;
    border-radius: 50%;
    height: 52px;
    width: 52px;
}

.btn:hover {
    background-color: #9B825E;
    border-color: #9B825E;
}

#btn-back-to-top:hover {
    background-color: #9B825E;
    border-color: #9B825E;
    color: white;
    outline: none;
}

#btn-back-to-top:after {
    outline: none;
    background-color: #9B825E;
    border-color: #9B825E;
    color: white;
}

#image-separator-footer {
    width: 200px;
    height: auto;
    position: relative;
    margin-bottom: 70px;
    margin-top: 20px;
}

#footer-container-div {
    margin-top: 110px;
}

@media screen and (min-width: 2159px) {

    body #heading-top {
        font-size: 24px;
    }

    body #description {
        font-size: 20px;
    }

    body #curve-decoration,
    body #half-curve-decoration,
    body #heading-top-decoration {
        height: 41px;
        width: auto;
    }

    body img#image-separator.img-fluid {
        width: 235px;
    }

    body #heading-top {
        margin-top: 323px;
    }

}

@media screen and (max-width: 1200px) {

    body #middle-description-div {
        border-left: none;
        border-right: none;
    }


}

@media screen and (max-width: 991px) {

    body #first-section {
        margin-top: 130px;
        margin-bottom: 50px;
    }

    body #heading-top {
        margin-top: 70px;
    }

    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

}

@media screen and (max-width: 579px) {

    #image-separator-footer {
        margin-top: 100px !important;
    }
}